net/http.http2ClientConn.pings (field)

6 uses

	net/http (current package)
		h2_bundle.go#L7667: 	pings            map[[8]byte]chan struct{} // in flight ping data to notification channel
		h2_bundle.go#L8119: 		pings:                       make(map[[8]byte]chan struct{}),
		h2_bundle.go#L10272: 		if _, found := cc.pings[p]; !found {
		h2_bundle.go#L10273: 			cc.pings[p] = c
		h2_bundle.go#L10313: 		if c, ok := cc.pings[f.Data]; ok {
		h2_bundle.go#L10315: 			delete(cc.pings, f.Data)